From: sevu Date: Thu, 8 Feb 2024 10:22:15 +0000 (+0000) Subject: don't use HardDPMS X-Git-Tag: archive/raspbian/3.2.1-31+rpi1~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=f551f32d100344ac8185712691afe3ca20be4abb;p=bumblebee.git don't use HardDPMS Bug: https://github.com/Bumblebee-Project/Bumblebee/issues/1046 Origin: commit:c254abb874588bc808f54d60fa836f6b93a7d4bc Applied-Upstream: commit:c254abb874588bc808f54d60fa836f6b93a7d4bc The driver turns into a low power state after inactivity, but it cannot detect headless displays. Gbp-Pq: Name disable-hard-dpms.patch --- diff --git a/conf/xorg.conf.nvidia b/conf/xorg.conf.nvidia index c3107f9..4aaf285 100644 --- a/conf/xorg.conf.nvidia +++ b/conf/xorg.conf.nvidia @@ -31,4 +31,5 @@ Section "Device" Option "NoLogo" "true" Option "UseEDID" "false" Option "UseDisplayDevice" "none" + Option "HardDPMS" "false" EndSection